home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / bind / refresh_inputline < prev    next >
Text File  |  2001-03-21  |  693b  |  19 lines

  1. Synopsis:
  2.    bind <key> refresh_inputline
  3.  
  4. Description:
  5.    This function causes the client to redraw the input line.  It is mostly
  6.    only useful when another process sends data to the client's tty, which
  7.    sometimes corrupts the display of the input line (but not the actual
  8.    contents).
  9.  
  10.    This command is mostly deprecated, as REFRESH_SCREEN takes care of the
  11.    input line, as well as the rest of the screen.  It is only really useful
  12.    for times when it may not be wise to refresh the rest of the screen,
  13.    such as if there were special ANSI escape sequences in the display
  14.    window or status bar.  This is rarely the case, though.
  15.  
  16. See Also:
  17.    bind(4) refresh_screen
  18.  
  19.